IMotion.SetCamTable 方法

透过连结到相关凸轮表的设定来设置凸轮表。

命名空间IntervalZero.KINGSTAR.Base.Api

组合: IntervalZero.KINGSTAR.Base.Api (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
KsCommandStatus SetCamTable(
       int Index,
       McCamTable Table
)
Function SetCamTable(
       Index As Integer,
       Table As McCamTable
) As KsCommandStatus

参数

Index [in]

型别:int

凸轮表的索引。索引以 0 为起始。

 

Table [in]

型别:McCamTable

定义凸轮表。

回传值

型别:KsCommandStatus

回传 KsCommandStatus 类别。

备注

范例

C#
N/A

参见

IMotion 介面

IntervalZero.KINGSTAR.Base.Api 命名空间